home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / ID008.dxr / 00025.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  203 b   |  15 lines

  1. on exitFrame
  2.   set the visible of sprite 2 to 1
  3.   puppetSprite(3, 0)
  4.   puppetSprite(2, 0)
  5.   if the timer < 4600 then
  6.     go(the frame)
  7.   else
  8.     go(the frame + 1)
  9.   end if
  10. end
  11.  
  12. on mouseUp
  13.   go(114)
  14. end
  15.